As of Gravity Forms version 1.5, we've decided to remove the Theis theme-specific CSS rules from the default forms.css file. We're keeping a few rules geared towards the default WordPress TwentyTen theme, but won't be continuing to support any other third party themes directly. We originally decided to try this as a service to our Thesis users, but it's not something that's really scalable or something we believe needs to remain in the core plugin css file.
If you're a Thesis user and still want to take advantage of these styles, you can copy them below and add them to your custom.css file.
/* Thesis theme specific styles last updated November 5, 2010 */
body.custom #container #page #content_box .post_box .format_text ul.gfield_radio li input,
body.custom #container #page #content_box .post_box .format_text ul.gfield_checkbox li input {
width:auto!important;
border:none!important;
border-color:none!important;
background-color:none!important;
background:none!important
}
body.custom #container #page #content_box .post_box .format_text .gform_footer input[type=image] {
border:none!important;
border-color:none!important;
background-color:none!important
}
body.custom #container #page #content_box .post_box .format_text .gform_footer input.button,
body.custom #container #page #content_box .post_box .format_text .gform_page_footer .button.gform_button,
body.custom #container #page #content_box .post_box .format_text .gform_page_footer .button.gform_previous_button,
body.custom #container #page #content_box .post_box .format_text .gform_page_footer .button.gform_next_button {
border-color:#CCC #999 #999 #CCC;
border-right:3px double #999;
border-style:double;
border-width:3px;
color:#111111;
background-color:#E3E3E3;
cursor:pointer;
font-weight:bold;
overflow:hidden;
width:auto !important;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1.143em;
padding:0.313em 0.25em
}
body.custom #container #page #content_box .post_box .format_text .gform_footer input[type=image] {
width:auto!important;
background:none!important;
border:none!important;
padding:0!important
}
body.custom #container #page #content_box .post_box .format_text .left_label ul.gfield_checkbox,
body.custom #container #page #content_box .post_box .format_text .left_label ul.gfield_radio,
body.custom #container #page #content_box .post_box .format_text .right_label ul.gfield_checkbox,
body.custom #container #page #content_box .post_box .format_text .right_label ul.gfield_radio {
margin-top:-.2em!important
}
body.custom #container #page #content_box .post_box .format_text input,
body.custom #container #page #content_box .post_box .format_text select {
font-size:1em; padding:0.214em
}
body.custom #container #page #content_box .post_box .format_text select {
background-color:#eee;
border-color:#AAA #DDD #DDD #AAA;
border-style:solid;
border-width:1px;
color:#444;
font-size:1em
}
body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_checkbox li input[type=checkbox],
body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_radio li input[type=radio],
body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_checkbox li input {
float:left;
margin-top:4px
}
body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_checkbox li label,
body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_radio li label {
display:inline-block\9;
margin: 2px 0 0 6px\9
}/* another hack for IE */
Share This
That's great. Less code bloat 🙂
Exactly. That was yet another contributing factor to the decision.
I find this interesting because you do publish that you provide theme support for Headway and WooThemes. Can you touch upon that a bit more? Thanks for a great plugin. Oh and the lovin' the new design for the site.
This doesn't mean we're not offering support to Thesis users, it's just removing the Thesis-specific CSS rules from the default forms.css file. Don't worry, we're still providing Gravity Forms support (not theme support) for all of our customers, regardless of the theme they choose to use.
I thought I got lost. When did you change the theme of your gravityhelp site?
We rolled out the new 1.5 version of Gravity Forms and the new marketing/support style designs on Wednesday of last week.
Thanks man, but just a quick heads up: this will only work for those using the page layout of Thesis, and not the full-width layout. If anyone's interested, here is the modified CSS for a full-width (removed: site no longer active)
Yea, very true. Thanks!